projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aad63f9
)
; Fix indentation in last change to windows.texi.
author
Basil L. Contovounesios
<basil@contovou.net>
Thu, 4 Apr 2024 19:48:22 +0000
(21:48 +0200)
committer
Basil L. Contovounesios
<basil@contovou.net>
Fri, 5 Apr 2024 07:55:58 +0000
(09:55 +0200)
doc/lispref/windows.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/windows.texi
b/doc/lispref/windows.texi
index d3d6b854461c946aee7cdd0f3b4278edfcbf9dd3..b2c1b79780df45090910cb3d5de5de33025f0ecc 100644
(file)
--- a/
doc/lispref/windows.texi
+++ b/
doc/lispref/windows.texi
@@
-2652,7
+2652,7
@@
for example:
display-buffer-alist))
(display-buffer (get-buffer-create "*my-shell*")
- '(nil (category . comint)))
+
'(nil (category . comint)))
@end group
@end example